Welcome![Sign In][Sign Up]
Location:
Search - opengl code

Search list

[OpenGL programOPENGL-CHZ

Description: VC/MFC源代码,在OpenGL下实现汉字的三维显示与旋转!-VC/MFC source code, under the OpenGL 3D display of Chinese characters and rotating!
Platform: | Size: 32768 | Author: 简兴祥 | Hits:

[OpenGL programNehe-OpenGL-VB-Code(Lesson1-20)

Description: Ne-He OpenGL系列教程1-20课的VB源代码。包含了要用到的Opengl源文件。-Ne-He OpenGL series of tutorial classes 1-20 VB source code. Includes Opengl use of the source document.
Platform: | Size: 2189312 | Author: 小韩月 | Hits:

[OpenGL programOpenGLSuperBible

Description: 代码OPENGL超级宝典全代码(1-19章)-OpenGL code book super-wide code (1-19)
Platform: | Size: 25515008 | Author: 王正培 | Hits:

[OpenGL programopengll01

Description: OpenGL的经典代码,完整的执行的程序. 对逐步学习OpenGL的新手很有帮助1-classic OpenGL code and complete the implementation of the procedures. Right gradually learning OpenGL helpful in a novice
Platform: | Size: 28672 | Author: 李强 | Hits:

[OpenGL programopengll02

Description: OpenGL的经典代码,完整的执行的程序. 对逐步学习OpenGL的新手很有帮助2-classic OpenGL code and complete the implementation of the procedures. Right gradually learning OpenGL newbie helpful 2
Platform: | Size: 27648 | Author: 李强 | Hits:

[OpenGL programopengll04

Description: OpenGL的经典代码,完整的执行的程序. 对逐步学习OpenGL的新手很有帮助4-classic OpenGL code and complete the implementation of the procedures. Right gradually learning OpenGL newbie helpful 4
Platform: | Size: 26624 | Author: 李强 | Hits:

[OpenGL programopengll06

Description: OpenGL的经典代码,完整的执行的程序. 对逐步学习OpenGL的新手很有帮助6-classic OpenGL code and complete the implementation of the procedures. Right gradually learning OpenGL newbie helpful 6
Platform: | Size: 75776 | Author: 李强 | Hits:

[OpenGL programOPENGL-source-code

Description: 《OPENGL编程实例与技巧》(人民邮电出版社)书中的所有源代码.其中的代码是OPENGL权威书籍《OPENGL编程指南》中的范例的VC版本。-"OpenGL programming examples and techniques" (People's Post and Telecommunication Press) book all of the source code. The code is OpenGL authoritative book "OpenGL Programming Guide," an example of the VC version.
Platform: | Size: 1968128 | Author: 王设 | Hits:

[OpenGL programAtlantis

Description: 利用opengl和vc++开发的程序,四处游泳的鱼,应用了opengl的反走样技术-use opengl and vc the program, four swimming fish, opengl application of the anti-aliasing technology
Platform: | Size: 1154048 | Author: billy | Hits:

[OpenGL programshukongchechuang

Description: 一个数控车床的源代码,用OPENGL完成-a CNC lathe source code, complete with OpenGL
Platform: | Size: 976896 | Author: 柳瑞 | Hits:

[OpenGL programGLSample2

Description: 本代码用OpenGL在VC++.net下实现彩色三角形的绘制-with the OpenGL code in VC. Net triangle under color mapping
Platform: | Size: 3359744 | Author: lj | Hits:

[OpenGL programFocus-On-3D-Terrain-Programming(Source-Code)

Description: Focus On 3D Terrain Programming 一书附赠的源代码,OpenGL编写-Focus On 3D Terrain Programming comes with a book of the source code, OpenGL prepared
Platform: | Size: 14542848 | Author: PanYupin | Hits:

[Other Games3Dgame_man

Description: 一个用Opengl编写的很好玩的3D小游戏:是男人就坚持200米-Opengl prepared with a very small fun 3D games : men on upholding the 200 meters
Platform: | Size: 835584 | Author: 甄景蕾 | Hits:

[OpenGL programArm1-1

Description: 一个互动机械臂的OpenGL code,Visual C++. s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment's first joint, e Key Moment of the second joints, w Key Moment of the third joints
Platform: | Size: 174080 | Author: 许家琦 | Hits:

[OpenGL programBounce-opengl

Description: openGL实现图形变换,并加入动画效果.有平移,缩小,旋转三种变换,c++调用opengl库后编译运行实现.-Open GL graphics transform, and add animation effects. A translation, narrow, rotating three transform, called opengl c compiler after the operation to achieve.
Platform: | Size: 2214912 | Author: 王越 | Hits:

[OpenGL program3DS_view(OpenGL)

Description: 用VC++和OpenGL写的《3ds动画文件阅读器》源代码,对于使用OpenGL开发3d程序的初学者有很好的参考价值。-VC and OpenGL book, "3ds animation document readers" source code, Development for the use of OpenGL 3 d procedures beginners have a good reference value.
Platform: | Size: 53248 | Author: weiguian | Hits:

[OpenGL programglut

Description: 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有了一定的了解后,不妨看看源代码,我把一切可能的注释都写进了源代码里,希望对你有帮助。 为了使用这个框架,你必须熟记以下四个函数,我们用它来完成OpenGL的逻辑: * bool Initialize() * 执行所有的初始化工作,如果成功函数返回true * * void Deinitialize() * 执行所有的卸载工作 * * void Update(DWORD milliseconds) * 执行所有的更新操作,传入的参数为两次操作经过的时间,以毫秒为单位 * * void Draw() * 执行所有的绘制操作 我们从Initialize()函数说起-in the home page will provide a total of four different styles of OpenGL procedural framework, respectively glut, Win32, Win32 object-oriented, Nehe together with the use of the Directory kind. Few believe that the readers would first have tolerance, Nehe of a reading tutorial and compile successful, because it has a lot of inside data structure and function, I also spent a full 12 hours before its translation and typesetting good. Well, do not waste the reader's time. In this framework to four object-oriented framework written in Win32 Finally, and most functional whole, We simply have on its use, you can use it to study the function of OpenGL. When you OpenGL structures of a certain understanding, and may wish to look at the source code, I put all of the Notes may have been written i
Platform: | Size: 287744 | Author: zw | Hits:

[Shot GameStrikersIII

Description: 一个OPenGL太空射击类游戏!里面可以360度转弯,场面有点BT,呵呵,可以学习一下 -an OpenGL space Shooting Game! Which can turn 360 degrees, and the scene was somewhat BT, Ha ha. can learn from this
Platform: | Size: 145408 | Author: 浪荡 | Hits:

[OpenGL programhumen_animation

Description: opengl做的人体仿真的程序,行走效果非常棒,程序写的比较经典。 -opengl do human simulation procedures, operating results terrific, the procedure was more classic.
Platform: | Size: 3889152 | Author: 唐少敏 | Hits:

[OpenGL programopengl-ccube

Description: opengl 图例 立方体,,有源代码,运行可执行exe看结果-opengl Figure cube, and active code running executable exe SEE RESULTS
Platform: | Size: 5120 | Author: 常利 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net